#site-box { 
width :1070px ;
height:768px;
}


body{
background-image: url("G-2.png");/*背景画像URL*/
background-repeat: no-repeat;/*壁紙の表示方法*/
background-attachment:;/*背景壁紙固定なし*/ 
background-position:left;/*背景の表示位置*/

color:;

}
body { background-color:white; }


#a-box {
width :500px ;
position:absolute;
}
.class1{
text-decoration:none;
font-size:24px;
font-family:Times New Roman;
color:;
position:absolute;
top:80pt;
right:0pt;
bottom:0pt;
left:10pt;
}

#b-box { 
width :800px ;
height:800px;
position:absolute;
}
.class2{
text-decoration:none;
font-size:18px;
font-family:Times New Roman;
color:;
position:absolute;
top:150pt;
right:0pt;
bottom:0pt;
left:10pt;
}


#e-box {
width :70px;
height:25px;
border:;
position:absolute;
top:470pt;
right:0pt;
bottom:0pt;
left:625pt;
color:#808080;
}


a.rol{
display:block;/*テキストをボックスにする*/
width:235px;/*ボックスの幅指定（画像に合わせる）*/
height:90px;/*ボックスの高さ指定（画像に合わせる）*/
background-image:url(back3.png);
background-position:left top;/*画像表示位置*/
background-repeat:no-repeat;/*リピートなし指定*/

}
a.rol:hover{
background-image:url(back3-2.png);
color:#585858;/*リンクに触れたときの文字カラー*/}





